HipG2DBinding.drawQuadraticBezierLine

Draws a line using bezier points. The higher the precision, the smoother the line, the heavier it is to execute

class HipG2DBinding
extern (System) __gshared
void function(int x0, int y0, int x1, int y1, int x2, int y2, int precision = 24, HipColor color = HipColor.no) drawQuadraticBezierLine;

Meta